BMS
Section: User Commands (1)
Updated: 20 Jul 1991
Index
Return to Main Contents
NAME
bms - Batch MandelSpawn, a network Mandelbrot program.
SYNOPSIS
bms
[
-options
] ...
DESCRIPTION
Bms
is a program for making pictures of the Mandelbrot and Julia sets.
It is a batch-mode version of the interactive, X-based
xms
program (see
xms(1))
for full information).
Bms writes the picture on its standard output in Portable Greymap
(pgm)
format. The iteration counts are used directly as
greyscale pixel values, so the interior of the Mandelbrot set will appear
white, not black. The picture can be further manipulated using the
tools from Jef Poskanzer's PBMPLUS image processing and conversion
package. A typical example is the pipeline
bms -iterations 256 -width 600 -height 400 |
pnminvert |
pgmtops -rle |
lpr -Pps
which can be used to print a black-on-white Mandelbrot image on a
PostScript printer.
COMMAND LINE OPTIONS
Bms supports the following command line options:
- -iterations n
-
Specifies the maximum number of iterations. The default is 250.
- -x, -y, -range
-
Specify the center coordinates and horizontal width, respectively, of
the part of the Mandelbrot or Julia set to be calculated.
- -julia
-
Calculate a Julia set instead of the Mandelbrot
set. The "-cx" and "-cy" options may be used to
choose the c parameter for the Julia set.
- -verbose
-
Print a period on standard error for each reply received from a computation
server.
- -statistics
-
Print performance statistics on standard error after finishing
the calculations.
- -ascii
-
Force ASCII format for the output file.
BUGS
Bms normally generates binary
pgm
output,
but when the iteration count exceeds 256 it reverts to
the ASCII version of the file format.
This causes a large increase in file size and an even
larger increase in CPU usage.
FILES
/usr/local/etc/mslaveslist of computation server hosts
$HOME/.mslaves per-user override of the above
SEE ALSO
xms(1), mslaved(8), mslavedc(8), enslave(1), pgm(1), pnm(1)
COPYRIGHT
Copyright (C) 1990, 1991 Andreas Gustafsson (gson@niksula.hut.fi)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- COMMAND LINE OPTIONS
-
- BUGS
-
- FILES
-
- SEE ALSO
-
- COPYRIGHT
-
This document was created by
man2html,
using the manual pages.
Time: 00:34:11 GMT, March 30, 2022